Skip to content

Bump SharpCompress from 0.39.0 to 0.47.0#121

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/PACSify/SharpCompress-0.47.0
Closed

Bump SharpCompress from 0.39.0 to 0.47.0#121
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/PACSify/SharpCompress-0.47.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Updated SharpCompress from 0.39.0 to 0.47.0.

Release notes

Sourced from SharpCompress's releases.

0.47.0

I think this is the last breaking change before I mark things as 1.0. Looking for feedback

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.46.4...0.47.0

0.46.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.3...0.46.4

0.46.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.2...0.46.3

0.46.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.1...0.46.2

0.46.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.0...0.46.1

0.46.0

Open/Create must be asynchronous now so they return ValueTasks when they didn't before.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.1...0.46.0

0.45.1

The big regression was fixed in 0.44.5 and 0.45.0 but only for sync. This does it for async too.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.0...0.45.1

0.45.0

This release should be fully async as well as sync depending on the API used. I've endeavoured to make sure no sync methods are used when going via the async interface (and vice versa) but you never know.

Tests should cover things as well as the recent fixes (like the 7z regression)

Options and the API have been revamped so expect API breakages. I think it should be straight-forward but things won't compile.

There is a thing about Dispose vs async Disposing that may or may not be fully covered 😬

Feedback is welcome as I think 1.0 is around the corner with the introduction of Providers and other things. I wanted to get the async revamp out generally first though.

What's Changed

0.44.5

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.4...0.44.5

0.44.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.3...0.44.4

0.44.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.2...0.44.3

0.44.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.1...0.44.2

0.44.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.0...0.44.1

0.44.0

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.43.0...0.44.0

0.43.0

Big changes:
Progress was redone to use IProgress.
ZstdSharp was moved into the project.
More groundwork for full async as well as more contributions and bug fixes!

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.43.0

0.42.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.42.1

0.42.0

This is one where I leaned heavily on AI for asynchronous implementation and bug fixes. ARJ is provided by @​TwanVanDongen

What's Changed

New Contributors

... (truncated)

0.41.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.40.0...0.41.0

0.40.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.39.0...0.40.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Update SharpCompress from 0.39.0 to 0.47.0 to enable new async APIs, 7z writer support, and multiple bug fixes. This includes breaking changes: open/create operations are now async and return ValueTask.

  • Migration
    • Switch Open/Create calls to their async equivalents (e.g., OpenAsyncArchive, OpenAsyncReader) and await them.
    • Use async writer methods and await all write operations.
    • Update method signatures to propagate async/ValueTask where needed.
    • Re-test ZIP/7z paths (WinZip AES, zero-byte LZMA entries) to confirm behavior.

Written for commit 203f755. Summary will update on new commits.

High-level PR Summary

This PR updates the SharpCompress dependency from version 0.39.0 to 0.47.0, bringing in multiple major releases that include new async APIs, performance improvements, bug fixes, additional archive format support (ARJ, ACE, ARC), and various breaking changes in the API surface. The update involves a significant version jump with potential breaking changes that should be validated against the codebase's usage of SharpCompress.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 PACSify/PACSify.csproj

Need help? Join our Discord

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 4, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on 60b87dc..c3afae1

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (1)

PACSify/PACSify.csproj

---
updated-dependencies:
- dependency-name: SharpCompress
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/PACSify/SharpCompress-0.47.0 branch from c3afae1 to 203f755 Compare March 6, 2026 18:50
jas88 added a commit that referenced this pull request Mar 6, 2026
SharpCompress 0.47.0 update (PR #121) fails CI due to breaking API
changes. Switch to LibArchive.Net which wraps native libarchive,
providing broader format support and a simpler API.
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

Looks like SharpCompress is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 6, 2026
@dependabot dependabot bot deleted the dependabot/nuget/PACSify/SharpCompress-0.47.0 branch March 6, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants